#
# makefile for AVEv3 driver
#

obj-$(CONFIG_AVEV3) += avev3.o

avev3-objs := avev3_gene.o avev3_machine.o avev3_iic_util.o

